stylecontext: Protect the cairo contexts with cairo_save/cairo_restore()
authorBenjamin Otte <otte@redhat.com>
Wed, 12 Jan 2011 10:36:32 +0000 (11:36 +0100)
committerBenjamin Otte <otte@redhat.com>
Wed, 12 Jan 2011 10:40:09 +0000 (11:40 +0100)
commit2b0b08a86155a9473b2a8b468263f95dd6b27eb4
treeed604b9e65cdf0ff336627a6c5894b0746dd43db
parent479a08054ba5e17cf35269aa5c8acba19d8a516c
stylecontext: Protect the cairo contexts with cairo_save/cairo_restore()

We don't want theme engines to mess up the context we are currently
drawing with.
gtk/gtkstylecontext.c